home *** CD-ROM | disk | FTP | other *** search
- %
- % BOXIT
- %
- % Use \boxit{ text } to surround text / paragraphs / anything in a
- % box. For example, typing \boxit{the} would produce
- % +---+
- % |the|
- % +---+
- % (you may want to use \strut inside the argument if the
- % boxit is on a line by itself).
- %
- \def\boxit#1{\leavevmode\hbox{\vrule\vtop{\vbox{\kern.33333pt\hrule
- \kern1pt\hbox{\kern1pt\vbox{#1}\kern1pt}}\kern1pt\hrule}\vrule}}
-